projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b8c5c
)
(List Motion): Punctuation fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Dec 2006 22:01:03 +0000
(22:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Dec 2006 22:01:03 +0000
(22:01 +0000)
lispref/positions.texi
patch
|
blob
|
history
diff --git
a/lispref/positions.texi
b/lispref/positions.texi
index d82421586757f67622694da941c45c07b0b35177..f37d885627dba42dd38f3be44d88576bf2a65666 100644
(file)
--- a/
lispref/positions.texi
+++ b/
lispref/positions.texi
@@
-677,7
+677,7
@@
deeper in parentheses (@minus{}@var{arg} levels).
@deffn Command forward-sexp &optional arg
This function moves forward across @var{arg} (default 1) balanced expressions.
Balanced expressions include both those delimited by parentheses and
-other kinds, such as words and string constants
+other kinds, such as words and string constants
.
@xref{Parsing Expressions}. For example,
@example